home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / i_am_leg.swf / scripts / DefineSprite_188 / frame_3 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  198 b   |  9 lines

  1. this._x -= _root.speedausgleich;
  2. if(_root.player.hitbox.hitTest(this.ammo) == true)
  3. {
  4.    _root.durchschlag = 2;
  5.    _root.weili_goto.gotoAndPlay(2);
  6.    gotoAndStop("collected");
  7.    play();
  8. }
  9.